1 <?xml version="1.0" encoding="utf-8"?>
2 <wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://dev.virtualearth.net/webservices/v1/geocode/contracts" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dev.virtualearth.net/webservices/v1/geocode/contracts" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
4 <xsd:schema targetNamespace="http://dev.virtualearth.net/webservices/v1/geocode/contracts/Imports">
5 <xsd:import schemaLocation="http://dev.virtualearth.net/webservices/v1/metadata/geocodeservice/GeocodeService.xsd" namespace="http://dev.virtualearth.net/webservices/v1/geocode/contracts" />
6 <xsd:import schemaLocation="http://dev.virtualearth.net/webservices/v1/metadata/geocodeservice/GeocodeService1.xsd" namespace="http://dev.virtualearth.net/webservices/v1/common" />
7 <xsd:import schemaLocation="http://dev.virtualearth.net/webservices/v1/metadata/geocodeservice/GeocodeService4.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
8 <xsd:import schemaLocation="http://dev.virtualearth.net/webservices/v1/metadata/geocodeservice/GeocodeService2.xsd" namespace="http://dev.virtualearth.net/webservices/v1/geocode" />
9 <xsd:import schemaLocation="http://dev.virtualearth.net/webservices/v1/metadata/geocodeservice/GeocodeService3.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
12 <wsdl:message name="IGeocodeService_Geocode_InputMessage">
13 <wsdl:part name="parameters" element="tns:Geocode" />
15 <wsdl:message name="IGeocodeService_Geocode_OutputMessage">
16 <wsdl:part name="parameters" element="tns:GeocodeResponse" />
18 <wsdl:message name="IGeocodeService_Geocode_ResponseSummaryFault_FaultMessage">
19 <wsdl:part xmlns:q1="http://dev.virtualearth.net/webservices/v1/common" name="detail" element="q1:ResponseSummary" />
21 <wsdl:message name="IGeocodeService_ReverseGeocode_InputMessage">
22 <wsdl:part name="parameters" element="tns:ReverseGeocode" />
24 <wsdl:message name="IGeocodeService_ReverseGeocode_OutputMessage">
25 <wsdl:part name="parameters" element="tns:ReverseGeocodeResponse" />
27 <wsdl:message name="IGeocodeService_ReverseGeocode_ResponseSummaryFault_FaultMessage">
28 <wsdl:part xmlns:q2="http://dev.virtualearth.net/webservices/v1/common" name="detail" element="q2:ResponseSummary" />
30 <wsdl:portType name="IGeocodeService">
31 <wsdl:operation name="Geocode">
32 <wsdl:input wsaw:Action="http://dev.virtualearth.net/webservices/v1/geocode/contracts/IGeocodeService/Geocode" message="tns:IGeocodeService_Geocode_InputMessage" />
33 <wsdl:output wsaw:Action="http://dev.virtualearth.net/webservices/v1/geocode/contracts/IGeocodeService/GeocodeResponse" message="tns:IGeocodeService_Geocode_OutputMessage" />
34 <wsdl:fault wsaw:Action="http://dev.virtualearth.net/webservices/v1/geocode/contracts/IGeocodeService/GeocodeResponseSummaryFault" name="ResponseSummaryFault" message="tns:IGeocodeService_Geocode_ResponseSummaryFault_FaultMessage" />
36 <wsdl:operation name="ReverseGeocode">
37 <wsdl:input wsaw:Action="http://dev.virtualearth.net/webservices/v1/geocode/contracts/IGeocodeService/ReverseGeocode" message="tns:IGeocodeService_ReverseGeocode_InputMessage" />
38 <wsdl:output wsaw:Action="http://dev.virtualearth.net/webservices/v1/geocode/contracts/IGeocodeService/ReverseGeocodeResponse" message="tns:IGeocodeService_ReverseGeocode_OutputMessage" />
39 <wsdl:fault wsaw:Action="http://dev.virtualearth.net/webservices/v1/geocode/contracts/IGeocodeService/ReverseGeocodeResponseSummaryFault" name="ResponseSummaryFault" message="tns:IGeocodeService_ReverseGeocode_ResponseSummaryFault_FaultMessage" />